home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / parser.jar / com / sun / xml / parser / Parser$DocLocator.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-02-23  |  951 b   |  29 lines

  1. package com.sun.xml.parser;
  2.  
  3. import org.xml.sax.Locator;
  4.  
  5. class Parser$DocLocator implements Locator {
  6.    // $FF: synthetic field
  7.    private final Parser this$0;
  8.  
  9.    Parser$DocLocator(Parser var1) {
  10.       this.this$0 = var1;
  11.    }
  12.  
  13.    public int getColumnNumber() {
  14.       return Parser.access$0(this.this$0) == null ? -1 : Parser.access$0(this.this$0).getColumnNumber();
  15.    }
  16.  
  17.    public int getLineNumber() {
  18.       return Parser.access$0(this.this$0) == null ? -1 : Parser.access$0(this.this$0).getLineNumber();
  19.    }
  20.  
  21.    public String getPublicId() {
  22.       return Parser.access$0(this.this$0) == null ? null : Parser.access$0(this.this$0).getPublicId();
  23.    }
  24.  
  25.    public String getSystemId() {
  26.       return Parser.access$0(this.this$0) == null ? null : Parser.access$0(this.this$0).getSystemId();
  27.    }
  28. }
  29.